home *** CD-ROM | disk | FTP | other *** search
-
- ;*************************************************************************
- ;
- ; Example of configuration for DMlauncher
- ;
- ;Adapt the tools & paths to your system (& add the needed filetypes)
- ;
- ;This is just the file I used the night the program began to 'really' work ;-)
- ;
- ;*************************************************************************
-
-
-
- TYPE=Generic
- ACTION=Work:Utils/Diskutils/FileX/FileX "%s" ;HEX edit
- END_DEF
-
-
-
- TYPE=Executable
- ACTION="%s" ;just launch the file!
- END_DEF
-
-
-
- TYPE=ANIM-IFF
- ACTION=c:vt "%s"
- END_DEF
-
-
- TYPE=ANIM-AVI
- ACTION=c:AVId FILE "%s" LOOP
- END_DEF
-
-
-
- TYPE=GFX-GIF
- TYPE=GFX-IFF
- TYPE=GFX-JPEG
- ACTION=SYS:Utilities/Visage %s ;Let's show these nice gfx
- FLAGS=ALLFILES
- END_DEF
-
-
-
- TYPE=ASCII-Text
- ACTION=C:PPmore "%s"
- END_DEF
-
-
-
- TYPE=ASCII-Amigaguide ;specific
- ACTION=Sys:utilities/Amigaguide "%s" SCREEN
- END_DEF
-
- ;just show listing of archive
- ;for more complex stuff,use a script :-)
- TYPE=PACKED-LHA
- ACTION=LHA x "%s" ram: >CON://///AUTO/WAIT/CLOSE
- END_DEF
-
- ;same stuff
-
- TYPE=PACKED-LZX
- ACTION=lzx -a -e -F -bo128 -r x "%s" ram: >CON://///AUTO/WAIT/CLOSE
- END_DEF
-
-
- TYPE=PACKED-DMS
- ACTION=DMS write "%s" NOVERIFY >CON://///AUTO/WAIT/CLOSE
- END_DEF
-
- ;execute a rexx:script to play mods
- TYPE=MUSIC-others
- TYPE=MUSIC-PTkClones
- TYPE=MUSIC-synth
- TYPE=SMPL-Others
- ACTION= rexx:rx rexx:pm %s
- END_DEF
-
-
-
- TYPE=SMPL-IFF
- ACTION=c:sound "%s" d
- END_DEF
-
-